UI Check Element Exist
Command Prototype
bRet = UiDetection.Exists(objUiElement,optionArgs)
Command Description
Checks if a given element exists after conducting UI Detection
Parameter Description
- Required Parameter
- objUiElement--The UI element to search. If a string is passed, it is used as a feature string to search for the specified UIElement to click. If an UiElement is passed, the corresponding UI element is clicked
- Optional Parameter
- bContinueOnError--Specify whether automation should continue if the activity throws an error. This field only supports Boolean values (True, False). The default is False
- iDelayAfter--Added delay (in milliseconds) after executing the activity. Defaults to 300
- iDelayBefore--Added delay (in milliseconds) before executing the activity. Defaults to 300
- return
- bRet--Variable to which the output of the function call is saved